-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add speedtest-tracker. #379
Conversation
I'm trying to add Speedtest Tracker to see if it's a tool I want to use. It looks like it should be simple to dry-ize but Traefik is only using the Traefik default cert, even though the app seems to be configured correctly: The logs say "generating self-signed keys in /config/keys, you can replace these with your own keys if required". My guess is that it's generating its own keys for its own nginx, and it wouldn't have any effect on Traefik's certs. But just in case, I manually replaced the self-signed keys with the cert and key from Traefik and then restarted the container. It didn't work. Do you have suggestions, @EnigmaCurry, what I might be forgetting or should look at? |
If it says that in the app log (not the traefik log) then it seems like the app is trying to do its own TLS. you just need to turn that off and let traefik be the only thing that does TLS. The app itself should only be handling unencrypted normal HTTP. |
Everything works now. Ready for review. |
I love that these just happen to be listed alphabetically together Smokeping - a network latency measurement tool |
Add Speedtest Tracker.